ConnectAd Update#6593
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 877f6abc06
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Please reach out to your ConnectAd Account Manager before configuring the S2S adapter for approval and setup. | ||
|
|
||
| ### Bid Params | ||
| The ConnectAd server-side adapters (Java and Go) have been modernized to fully support **Video** and **Native** ad formats, OpenRTB 2.6 dynamic bid type resolution, and complete request payload (`imp.ext`) preservation. |
There was a problem hiding this comment.
Remove unsupported server-side media support claim
The linked Prebid.js PR only updates the client-side adapter, and I checked the current Prebid Server Go and Java bidder configs (static/bidder-info/connectad.yaml and src/main/resources/bidder-config/connectad.yaml), which still advertise only banner for ConnectAd site/app media types. Leaving this server-side statement in the docs will tell PBS publishers that video/native requests are supported even though those adapters will still be configured as banner-only, so server-side video/native setups can be rejected or fail to bid until the PBS adapters/configs are actually updated.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
@rtuschkany is there a linked PR to add the support in PBS as well? If so, please link. Otherwise resolve this comment
| tcfeu_supported: true | ||
| usp_supported: true | ||
| coppa_supported: true | ||
| gpp_supported: true |
There was a problem hiding this comment.
| gpp_supported: true | |
| gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp |
Please state the legislations you support. gpp_supported is deprecated.
See https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter
| fpd_supported: true | ||
| ortb_blocking_supported: true | ||
| gvl_id: 138 | ||
| multiformat_supported: true |
There was a problem hiding this comment.
| multiformat_supported: true | |
| multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid |
Choose one of the allowed values on how your system behaves with multi-format requests.
| Please reach out to your ConnectAd Account Manager before configuring the S2S adapter for approval and setup. | ||
|
|
||
| ### Bid Params | ||
| The ConnectAd server-side adapters (Java and Go) have been modernized to fully support **Video** and **Native** ad formats, OpenRTB 2.6 dynamic bid type resolution, and complete request payload (`imp.ext`) preservation. |
There was a problem hiding this comment.
@rtuschkany is there a linked PR to add the support in PBS as well? If so, please link. Otherwise resolve this comment
|
|
||
| ## First Party Data | ||
|
|
||
| Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported: |
There was a problem hiding this comment.
| Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported: | |
| Publishers should use the `ortb2` method of setting [First Party Data](/features/firstPartyData.html). The following fields are supported: |
please use relativ links
| - `ortb2.site.*` | ||
| - `ortb2.user.*` | ||
|
|
||
| AdUnit-specific data is supported using `AdUnit.ortb2Imp.ext.*`: |
There was a problem hiding this comment.
| AdUnit-specific data is supported using `AdUnit.ortb2Imp.ext.*`: | |
| AdUnit-specific data is supported using `adUnit.ortb2Imp.ext.*`: |
|
|
||
| ## Endpoint Compression | ||
|
|
||
| The ConnectAd adapter supports gzip compression for outgoing requests, which is built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](https://docs.prebid.org/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests). |
There was a problem hiding this comment.
| The ConnectAd adapter supports gzip compression for outgoing requests, which is built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](https://docs.prebid.org/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests). | |
| The ConnectAd adapter supports gzip compression for outgoing requests, which is built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests). |
please use relative links
🏷 Type of documentation
📋 Checklist